
#navbar, #footer, #contact, #portfolio, #our-team, #mision, #home ,#card-print, #print-bt{
	display: none !important;
}

body{
	float: none !important;
	width: auto !important;
	margin:  0 !important;
	padding: 0 !important;
}
/* Contenido del fichero print.css */
body { 
	color: #000; 
	font: 100%/150% Georgia, "Times New Roman", Times, serif; 
}

a:after {
	content: " (" attr(href) ") ";
}

a:before {
	content: " (" attr(href) ") ";
}